home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / minix / update~4.z / update~4 / lib_new_param.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-09-06  |  204 b   |  11 lines

  1. #ifndef _PARAM_H
  2. #define _PARAM_H
  3.  
  4. #include <limits.h>
  5.  
  6. #define     HOSTNAME    "/etc/localhostname"    /* Where host name lives */
  7. #define     MAXHOSTNAMELEN 64            /* Max size of host name */
  8.  
  9.  
  10. #endif /* _PARAM_H */
  11.